home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / C++ / bitmap_10045.png < prev    next >
Portable Network Graphic  |  1991-11-29  |  2.9 KB  |  471x283  |  1-bit (2 colors)
   ocr: L++ - Glossary and EHamples Some key concepts and definitions used in C++: abstract class : an abstract class, is the base or essential class. -binding: when dealing with virtual runctions, the particular version of the function to be selected to execute at run time, or "late binding - constructor: a constructor will specify how a new object of a class will be created and initialized. destructor: a destructor will destroy the class objects created by using constructors and will also deallocate memory used by these objects. rencapsulation: to combine data and runctions that are used to manipula ...